Re: [dpdk-dev] [PATCH] doc: fix ethdev API port_id parameter size

2018-02-14 Thread Thomas Monjalon
> > > > Fix rte_eth_dev_get_sec_ctx() parameter port_id storage size, form > > > > uint8_t to uint16_t > > > > > > > > Signed-off-by: Ferruh Yigit > > > > --- > > > Acked-by: Radu Nicolau > > > > Acked-by: Hemant Agrawal > > Acked-by: Jerin Jacob Applied

Re: [dpdk-dev] [PATCH] doc: fix ethdev API port_id parameter size

2018-02-10 Thread Jerin Jacob
mas Monjalon , > Boris Pismenny , Aviad Yehezkel > , "Doherty, Declan" > Subject: Re: [dpdk-dev] [PATCH] doc: fix ethdev API port_id parameter size > > > > > > > Fix rte_eth_dev_get_sec_ctx() parameter port_id storage size, form > > > uint8_t to uint16_t

Re: [dpdk-dev] [PATCH] doc: fix ethdev API port_id parameter size

2018-02-09 Thread Hemant Agrawal
> > > > Fix rte_eth_dev_get_sec_ctx() parameter port_id storage size, form > > uint8_t to uint16_t > > > > Signed-off-by: Ferruh Yigit > > --- > Acked-by: Radu Nicolau Acked-by: Hemant Agrawal

Re: [dpdk-dev] [PATCH] doc: fix ethdev API port_id parameter size

2018-02-09 Thread Nicolau, Radu
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, February 9, 2018 9:54 AM > To: Neil Horman ; Mcnamara, John > ; Kovacevic, Marko > > Cc: dev@dpdk.org; Yigit, Ferruh ; Thomas Monjalon > ; Boris Pismenny ; Aviad > Yehezkel ; Nicolau, Radu > ; Doherty, Declan ; > Hemant Agrawal

[dpdk-dev] [PATCH] doc: fix ethdev API port_id parameter size

2018-02-09 Thread Ferruh Yigit
Fix rte_eth_dev_get_sec_ctx() parameter port_id storage size, form uint8_t to uint16_t Signed-off-by: Ferruh Yigit --- Cc: Boris Pismenny Cc: Aviad Yehezkel Cc: Radu Nicolau Cc: Declan Doherty Cc: Hemant Agrawal --- doc/guides/rel_notes/deprecation.rst | 4 1 file changed, 4 insertions