Searched refs:ntuple (Results 1 – 8 of 8) sorted by relevance
226 RX flow rules (ntuple filters)234 The driver utilizes the ethtool interface for configuring ntuple filters,239 ethtool -K ethX ntuple <on|off>241 When disabling ntuple filters, all the user programed filters are243 be re-added when ntuple is re-enabled.256 To add a filter that directs packet to queue 5, use <-N|-U|--config-nfc|--config-ntuple> switch:306 ethtool <-u|-n|--show-nfc|--show-ntuple> <ethX>310 sudo ethtool <-N|-U|--config-nfc|--config-ntuple> <ethX> delete <loc>
483 u64 ntuple = 0; in cxgb4_select_ntuple() local489 ntuple |= (u64)(FT_VLAN_VLD_F | l2t->vlan) << tp->vlan_shift; in cxgb4_select_ntuple()492 ntuple |= (u64)l2t->lport << tp->port_shift; in cxgb4_select_ntuple()495 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in cxgb4_select_ntuple()500 ntuple |= (u64)(FT_VNID_ID_VF_V(pi->vin) | in cxgb4_select_ntuple()505 return ntuple; in cxgb4_select_ntuple()
957 u64 ntuple = 0; in hash_filter_ntuple() local963 ntuple |= (FT_VLAN_VLD_F | fs->val.ivlan) << tp->vlan_shift; in hash_filter_ntuple()966 ntuple |= (u64)fs->val.iport << tp->port_shift; in hash_filter_ntuple()970 ntuple |= (u64)IPPROTO_TCP << tp->protocol_shift; in hash_filter_ntuple()972 ntuple |= (u64)fs->val.proto << tp->protocol_shift; in hash_filter_ntuple()976 ntuple |= (u64)(fs->val.tos) << tp->tos_shift; in hash_filter_ntuple()981 ntuple |= (u64)((fs->val.encap_vld << 16) | in hash_filter_ntuple()985 ntuple |= (u64)((fs->val.pfvf_vld << 16) | in hash_filter_ntuple()989 ntuple |= (u64)((fs->val.ovlan_vld << 16) | in hash_filter_ntuple()994 ntuple |= (u64)(fs->val.macidx) << tp->macmatch_shift; in hash_filter_ntuple()[all …]
334 # ethtool -K ethX ntuple <on|off>336 When disabling ntuple filters, all the user programmed filters are flushed from337 the driver cache and hardware. All needed filters must be re-added when ntuple352 characteristics. They are enabled through ethtool's ntuple interface. To add a
147 # ethtool -K ethX ntuple <on|off>149 When disabling ntuple filters, all the user programmed filters are flushed from150 the driver cache and hardware. All needed filters must be re-added when ntuple176 ethtool –K [adapter] ntuple [off|on]188 characteristics. They are enabled through ethtool's ntuple interface. To add a
48 Enables ethernet netdevice arfs support and ntuple filtering.
42 | Enables Hardware-accelerated receive flow steering (arfs) support, and ntuple filtering.
50 be configured from ethtool (--config-ntuple).382 It also requires that ntuple filtering is enabled via ethtool. The map