summaryrefslogtreecommitdiff
path: root/sig.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-04-22 07:34:43 +0300
committerTobias Klauser <tklauser@distanz.ch>2016-04-22 16:05:06 +0200
commit3066b6437b0929daa841b5ed1d4a25905d0fcd4b (patch)
treedf67f39162454eca01b6de6c1ea4fbcec1e7c12d /sig.c
parentcbce1528138339e6dc1a6f51f915641b7840d685 (diff)
flowtop: man: Add how-to activate conntrack by modprobe
Add another tip how to activate conntrack mechanism by loading required kernel modules via modprobe. This info might be used to make these modules load automatically at startup. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'sig.c')
0 files changed, 0 insertions, 0 deletions
ed26cb75b8ef262a'>234dc4e67611c11bb3990abced26cb75b8ef262a (diff)
i40e: check conflicting ntuple/sideband rules when re-enabling ATR
In i40e_fdir_check_and_reenable(), the driver performs some checks to determine whether it is safe to re-enable FD Sideband and FD ATR support. The current check will only determine if there is available space in the flow director table. However, this ignores the fact that ATR should be disabled when there are TCP/IPv4 sideband rules in effect. Add the missing check, and update the info message printed when I40E_DEBUG_FD is enabled. Change-ID: Ibb9c63e5be95d63c53a498fdd5dbf69f54a00e08 Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/i40e')
-rw-r--r--drivers/net/ethernet/intel/i40e/i40e_main.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c