[dpdk-dev] [PATCH v4 1/8] net/enic: bring NIC interface functions up to date

Jerin Jacob jerin.jacob at caviumnetworks.com
Thu Jun 8 12:44:42 CEST 2017


-----Original Message-----
> Date: Wed, 17 May 2017 15:38:04 -0700
> From: John Daley <johndale at cisco.com>
> To: ferruh.yigit at intel.com
> Cc: dev at dpdk.org, John Daley <johndale at cisco.com>
> Subject: [dpdk-dev] [PATCH v4 1/8] net/enic: bring NIC interface functions
>  up to date
> X-Mailer: git-send-email 2.12.0
> 
> Update the base functions for the Cisco VIC. These files are mostly
> common with other VIC drivers so are left alone is as much as possilbe.
> Includes in a new filter/action interface which is needed for Generic
> Flow API PMD support. Update FDIR code to use the new interface.
> 
> Signed-off-by: John Daley <johndale at cisco.com>
> Reviewed-by: Nelson Escobar <neescoba at cisco.com>

Looks like this patch got merged to next-net.
Seeing some build issue with next-net now.

== Build drivers/net/ena
== Build drivers/net/enic
  CC base/vnic_dev.o
/export/dpdk-next-net/drivers/net/enic/base/vnic_dev.c: In function
‘vnic_dev_get_mac_addr’:
/export/dpdk-next-net/drivers/net/enic/base/vnic_dev.c:470:12: error:
‘a0’ is used uninitialized in this function [-Werror=uninitialized]
  args[0] = *a0;
            ^~~
cc1: all warnings being treated as errors
make[4]: *** [/export/dpdk-next-net/mk/internal/rte.compile-pre.mk:140:



More information about the dev mailing list