Re: [dpdk-dev] [PATCH 2/7] ethdev: fix port id storage

2017-12-01 Thread Ferruh Yigit
On 11/30/2017 6:29 PM, Ferruh Yigit wrote: > port_id is now 16bits, update function parameter according. > > Fixes: 4c270218aa26 ("ethdev: support security APIs") > Cc: sta...@dpdk.org > Cc: declan.dohe...@intel.com > > Signed-off-by: Ferruh Yigit > --- > Cc: Boris Pismenny > Cc: Aviad Yehezkel

Re: [dpdk-dev] [PATCH 2/7] ethdev: fix port id storage

2017-12-01 Thread Hemant Agrawal
On 12/1/2017 7:59 AM, Ferruh Yigit wrote: port_id is now 16bits, update function parameter according. Fixes: 4c270218aa26 ("ethdev: support security APIs") Cc: sta...@dpdk.org Cc: declan.dohe...@intel.com Signed-off-by: Ferruh Yigit --- Cc: Boris Pismenny Cc: Aviad Yehezkel Cc: Radu Nicolau

[dpdk-dev] [PATCH 2/7] ethdev: fix port id storage

2017-11-30 Thread Ferruh Yigit
port_id is now 16bits, update function parameter according. Fixes: 4c270218aa26 ("ethdev: support security APIs") Cc: sta...@dpdk.org Cc: declan.dohe...@intel.com Signed-off-by: Ferruh Yigit --- Cc: Boris Pismenny Cc: Aviad Yehezkel Cc: Radu Nicolau Cc: Declan Doherty --- lib/librte_ether/r