Re: [dpdk-dev] [PATCH v2 1/1] ena: fix SIGFPE with 0 rx queues

2018-06-27 Thread Ferruh Yigit
On 6/27/2018 9:36 AM, Michał Krawczyk wrote: > 2018-06-26 18:53 GMT+02:00 Ferruh Yigit : >> On 6/26/2018 6:38 PM, Ferruh Yigit wrote: >>> From: Daria Kolistratova >> >> I re-send the Daria's patch, somehow it didn't appeared in mail list and >> patchwork. >> >>> >>> When the number of rx queues i

Re: [dpdk-dev] [PATCH v2 1/1] ena: fix SIGFPE with 0 rx queues

2018-06-27 Thread Michał Krawczyk
2018-06-26 18:53 GMT+02:00 Ferruh Yigit : > On 6/26/2018 6:38 PM, Ferruh Yigit wrote: >> From: Daria Kolistratova > > I re-send the Daria's patch, somehow it didn't appeared in mail list and > patchwork. > >> >> When the number of rx queues is 0 >> (what can be when application does not receive)

Re: [dpdk-dev] [PATCH v2 1/1] ena: fix SIGFPE with 0 rx queues

2018-06-26 Thread Ferruh Yigit
On 6/26/2018 6:38 PM, Ferruh Yigit wrote: > From: Daria Kolistratova I re-send the Daria's patch, somehow it didn't appeared in mail list and patchwork. > > When the number of rx queues is 0 > (what can be when application does not receive) > failed with SIGFPE. It happens when the application

[dpdk-dev] [PATCH v2 1/1] ena: fix SIGFPE with 0 rx queues

2018-06-26 Thread Ferruh Yigit
From: Daria Kolistratova When the number of rx queues is 0 (what can be when application does not receive) failed with SIGFPE. It happens when the application is also requesting ETH_MQ_RX_RSS_FLAG in the rte_dev->data->dev_conf.rxmode.mq_mode. Fixed adding zero rx queues check. Signed-off-by: Da

Re: [dpdk-dev] [PATCH v2 1/1] ena: fix SIGFPE with 0 rx queues

2018-06-26 Thread Michał Krawczyk
2018-06-26 13:07 GMT+02:00 Daria Kolistratova : > When the number of rx queues is 0 > (what can be when application does not receive) > failed with SIGFPE. It happens when the application > is also requesting ETH_MQ_RX_RSS_FLAG in the > rte_dev->data->dev_conf.rxmode.mq_mode. > Fixed adding zero rx