Re: [dpdk-dev] [PATCH v3 1/6] ethdev: fix port id storage

2018-01-18 Thread Thomas Monjalon
18/01/2018 11:15, Ferruh Yigit: > On 1/17/2018 10:19 PM, Thomas Monjalon wrote: > > 17/01/2018 23:09, Thomas Monjalon: > >> 17/01/2018 22:57, Ferruh Yigit: > >>> port_id is now 16bits, update function parameter according. > >>> > >>> Fixes: 4c270218aa26 ("ethdev: support security APIs") > >>> Cc: s

Re: [dpdk-dev] [PATCH v3 1/6] ethdev: fix port id storage

2018-01-18 Thread Ferruh Yigit
On 1/17/2018 10:19 PM, Thomas Monjalon wrote: > 17/01/2018 23:09, Thomas Monjalon: >> 17/01/2018 22:57, 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.co

Re: [dpdk-dev] [PATCH v3 1/6] ethdev: fix port id storage

2018-01-17 Thread Thomas Monjalon
17/01/2018 23:09, Thomas Monjalon: > 17/01/2018 22:57, 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 > > Acke

Re: [dpdk-dev] [PATCH v3 1/6] ethdev: fix port id storage

2018-01-17 Thread Thomas Monjalon
17/01/2018 22:57, 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 > Acked-by: Hemant Agrawal Obviously, Acked-by: Thomas Mo

[dpdk-dev] [PATCH v3 1/6] ethdev: fix port id storage

2018-01-17 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 Acked-by: Hemant Agrawal --- Cc: Boris Pismenny Cc: Aviad Yehezkel Cc: Radu Nicolau Cc: Declan Dohert