Skip to content

Commit 0fe4546

Browse files
plinga1anguy11
authored andcommitted
idpf: add create vport and netdev configuration
Add the required support to create a vport by spawning the init task. Once the vport is created, initialize and allocate the resources needed for it. Configure and register a netdev for each vport with all the features supported by the device based on the capabilities received from the device Control Plane. Spawn the init task till all the default vports are created. Co-developed-by: Alan Brady <[email protected]> Signed-off-by: Alan Brady <[email protected]> Co-developed-by: Joshua Hay <[email protected]> Signed-off-by: Joshua Hay <[email protected]> Co-developed-by: Madhu Chittim <[email protected]> Signed-off-by: Madhu Chittim <[email protected]> Co-developed-by: Phani Burra <[email protected]> Signed-off-by: Phani Burra <[email protected]> Co-developed-by: Shailendra Bhatnagar <[email protected]> Signed-off-by: Shailendra Bhatnagar <[email protected]> Reviewed-by: Sridhar Samudrala <[email protected]> Reviewed-by: Willem de Bruijn <[email protected]> Signed-off-by: Pavan Kumar Linga <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
1 parent 4930fbf commit 0fe4546

File tree

7 files changed

+1522
-20
lines changed

7 files changed

+1522
-20
lines changed

drivers/net/ethernet/intel/idpf/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ idpf-y := \
1111
idpf_dev.o \
1212
idpf_lib.o \
1313
idpf_main.o \
14+
idpf_txrx.o \
1415
idpf_virtchnl.o \
1516
idpf_vf_dev.o

0 commit comments

Comments
 (0)