Re: [dpdk-dev] [PATCH v6 1/3] net/ice: load OS default package

2019-03-25 Thread Zhang, Qi Z
> -Original Message- > From: Yang, Qiming > Sent: Monday, March 25, 2019 5:01 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Yang, Qiming > Subject: [PATCH v6 1/3] net/ice: load OS default package > > This patch enables package downloading to the device. The package is to be in > the /lib/f

[dpdk-dev] [PATCH v6 1/3] net/ice: load OS default package

2019-03-25 Thread Qiming Yang
This patch enables package downloading to the device. The package is to be in the /lib/firmware/intel/ice/ddp directory and named ice.pkg. The package is shared by the kernel driver and the DPDK PMD. There is no per device package be supported so far, all the devices can only download the same pac