Re: [dpdk-dev] [PATCH 06/17] net/ionic: add basic lif support

2019-10-12 Thread Stephen Hemminger
On Sat, 12 Oct 2019 02:26:57 +0200 Alfredo Cardigliano wrote: > @@ -37,6 +37,7 @@ ifeq ($(shell test $(GCC_VERSION) -ge 44 && echo 1), 1) > CFLAGS += -Wno-deprecated -Wno-unused-parameter -Wno-unused-value > CFLAGS += -Wno-strict-aliasing -Wno-format-extra-args > CFLAGS += -Wno-missing-field-i

[dpdk-dev] [PATCH 06/17] net/ionic: add basic lif support

2019-10-11 Thread Alfredo Cardigliano
Initialize LIFs (Logical Interfaces) which represents external connections. The NIC can multiplex many LIFs to a single port, but in most setups, LIF0 is the primary control for the port. Create a device for each LIF. Signed-off-by: Alfredo Cardigliano Reviewed-by: Shannon Nelson --- drivers/ne