[dpdk-dev] [PATCH 0/2] Fix multiple build errors for Amazon ENA driver

Daniel Mrzyglod danielx.t.mrzyglod at intel.com
Tue Mar 29 14:43:52 CEST 2016


First patch cover multiple error for ICC.
	a. mixed enum with other types
	b. variable is used uninitialized

Patches for FreeBSD:
	a. Target was not setup
	b. ETIME is not avaliable in FreeBSD 

Daniel Mrzyglod (2):
  ena: icc fix compilation errors
  ena: Fix Compilation for freebsd

 drivers/net/ena/base/ena_com.c       | 18 +++++++++---------
 drivers/net/ena/base/ena_com.h       |  8 ++++----
 drivers/net/ena/base/ena_eth_com.c   | 10 +++++-----
 drivers/net/ena/base/ena_plat.h      |  2 ++
 drivers/net/ena/base/ena_plat_dpdk.h |  3 +++
 5 files changed, 23 insertions(+), 18 deletions(-)

-- 
2.5.5



More information about the dev mailing list