Re: [dpdk-dev] [PATCH 3/5] net/szedata2: refactor ibuf and obuf address definition

2017-05-31 Thread Ferruh Yigit
On 5/31/2017 9:33 AM, Matej Vido wrote: > On 29.05.2017 14:41, Ferruh Yigit wrote: >> On 5/26/2017 7:05 PM, Matej Vido wrote: >>> This is to prepare for firmwares with multiple ibufs and obufs. >>> Offsets of ibufs and obufs are defined in array. >> I was thinking ibufs and obufs as queues, but sin

Re: [dpdk-dev] [PATCH 3/5] net/szedata2: refactor ibuf and obuf address definition

2017-05-31 Thread Matej Vido
On 29.05.2017 14:41, Ferruh Yigit wrote: On 5/26/2017 7:05 PM, Matej Vido wrote: This is to prepare for firmwares with multiple ibufs and obufs. Offsets of ibufs and obufs are defined in array. I was thinking ibufs and obufs as queues, but since link functions updated per ibufs it looks like po

Re: [dpdk-dev] [PATCH 3/5] net/szedata2: refactor ibuf and obuf address definition

2017-05-29 Thread Ferruh Yigit
On 5/26/2017 7:05 PM, Matej Vido wrote: > This is to prepare for firmwares with multiple ibufs and obufs. > Offsets of ibufs and obufs are defined in array. I was thinking ibufs and obufs as queues, but since link functions updated per ibufs it looks like ports, can you please provide some informa

[dpdk-dev] [PATCH 3/5] net/szedata2: refactor ibuf and obuf address definition

2017-05-26 Thread Matej Vido
This is to prepare for firmwares with multiple ibufs and obufs. Offsets of ibufs and obufs are defined in array. Functions which operate on ibufs and obufs iterate over this array. Signed-off-by: Matej Vido --- drivers/net/szedata2/Makefile |1 + drivers/net/szedata2/rte_eth_szedat