Re: [dpdk-dev] [PATCH 1/3] net/szedata2: do not affect Ethernet interfaces

2018-04-15 Thread Yasufumi Ogawa
On 2018/04/12 16:38, Matej Vido wrote: On 11.04.2018 12:51, Ferruh Yigit wrote: On 4/11/2018 10:36 AM, Matej Vido wrote: On 10.04.2018 17:28, Ferruh Yigit wrote: On 4/6/2018 3:12 PM, Matej Vido wrote: NFB cards employ multiple Ethernet ports. Until now, Ethernet port-related operations were p

Re: [dpdk-dev] [PATCH 1/3] net/szedata2: do not affect Ethernet interfaces

2018-04-13 Thread Matej Vido
On 13.04.2018 06:25, Yasufumi Ogawa wrote: On 2018/04/12 16:38, Matej Vido wrote: On 11.04.2018 12:51, Ferruh Yigit wrote: On 4/11/2018 10:36 AM, Matej Vido wrote: On 10.04.2018 17:28, Ferruh Yigit wrote: On 4/6/2018 3:12 PM, Matej Vido wrote: NFB cards employ multiple Ethernet ports. Until

Re: [dpdk-dev] [PATCH 1/3] net/szedata2: do not affect Ethernet interfaces

2018-04-12 Thread Matej Vido
On 11.04.2018 12:51, Ferruh Yigit wrote: On 4/11/2018 10:36 AM, Matej Vido wrote: On 10.04.2018 17:28, Ferruh Yigit wrote: On 4/6/2018 3:12 PM, Matej Vido wrote: NFB cards employ multiple Ethernet ports. Until now, Ethernet port-related operations were performed on all of them (since the whole

Re: [dpdk-dev] [PATCH 1/3] net/szedata2: do not affect Ethernet interfaces

2018-04-11 Thread Ferruh Yigit
On 4/11/2018 10:36 AM, Matej Vido wrote: > On 10.04.2018 17:28, Ferruh Yigit wrote: >> On 4/6/2018 3:12 PM, Matej Vido wrote: >>> NFB cards employ multiple Ethernet ports. >>> Until now, Ethernet port-related operations were performed on all of them >>> (since the whole card was represented as a si

Re: [dpdk-dev] [PATCH 1/3] net/szedata2: do not affect Ethernet interfaces

2018-04-11 Thread Matej Vido
On 10.04.2018 17:28, Ferruh Yigit wrote: On 4/6/2018 3:12 PM, Matej Vido wrote: NFB cards employ multiple Ethernet ports. Until now, Ethernet port-related operations were performed on all of them (since the whole card was represented as a single port). With new NFB-200G2QL card, this is no longe

Re: [dpdk-dev] [PATCH 1/3] net/szedata2: do not affect Ethernet interfaces

2018-04-10 Thread Ferruh Yigit
On 4/6/2018 3:12 PM, Matej Vido wrote: > NFB cards employ multiple Ethernet ports. > Until now, Ethernet port-related operations were performed on all of them > (since the whole card was represented as a single port). > With new NFB-200G2QL card, this is no longer viable. > > Since there is no fix

[dpdk-dev] [PATCH 1/3] net/szedata2: do not affect Ethernet interfaces

2018-04-06 Thread Matej Vido
NFB cards employ multiple Ethernet ports. Until now, Ethernet port-related operations were performed on all of them (since the whole card was represented as a single port). With new NFB-200G2QL card, this is no longer viable. Since there is no fixed mapping between the queues and Ethernet ports, a