Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i40e: adds FCoE to build and updates its documentation

Adds newly added FCoE files to the build but only if FCoE module is configured.

Also, updates i40e document for added FCoE support.

Signed-off-by: Vasu Dev <vasu.dev@intel.com>
Tested-by: Jack Morgan<jack.morgan@intel.com>
Signed-off-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Vasu Dev and committed by
David S. Miller
38758f55 38e00438

+6 -2
+5 -2
Documentation/networking/i40e.txt
··· 69 69 70 70 FCoE 71 71 ---- 72 - Fiber Channel over Ethernet (FCoE) hardware offload is not currently 73 - supported. 72 + The driver supports Fiber Channel over Ethernet (FCoE) and Data Center 73 + Bridging (DCB) functionality. Configuring DCB and FCoE is outside the scope 74 + of this driver doc. Refer to http://www.open-fcoe.org/ for FCoE project 75 + information and http://www.open-lldp.org/ or email list 76 + e1000-eedc@lists.sourceforge.net for DCB information. 74 77 75 78 MAC and VLAN anti-spoofing feature 76 79 ----------------------------------
+1
drivers/net/ethernet/intel/i40e/Makefile
··· 44 44 i40e_virtchnl_pf.o 45 45 46 46 i40e-$(CONFIG_I40E_DCB) += i40e_dcb.o i40e_dcb_nl.o 47 + i40e-$(CONFIG_FCOE:m=y) += i40e_fcoe.o