[dpdk-dev] [PATCH v2] event/octeontx2: fix queue removal from Rx adapter

2020-04-16 Thread Lukasz Bartosik
When eth port queue is removed from Rx adapter using rte_event_eth_rx_adapter_queue_del() it incorrectly initializes CQ context instead of modifying it. This might lead to a crash when CQ context is modified as a part of rte_eth_dev_stop() sequence as CQ will hold invalid entries. This is responsib

Re: [dpdk-dev] [PATCH v2] event/octeontx2: fix queue removal from Rx adapter

2020-05-01 Thread Pavan Nikhilesh Bhagavatula
>When eth port queue is removed from Rx adapter using >rte_event_eth_rx_adapter_queue_del() it incorrectly >initializes CQ context instead of modifying it. This >might lead to a crash when CQ context is modified >as a part of rte_eth_dev_stop() sequence as CQ will >hold invalid entries. This is res

Re: [dpdk-dev] [PATCH v2] event/octeontx2: fix queue removal from Rx adapter

2020-05-02 Thread Jerin Jacob
On Fri, May 1, 2020 at 4:44 PM Pavan Nikhilesh Bhagavatula wrote: > > >When eth port queue is removed from Rx adapter using > >rte_event_eth_rx_adapter_queue_del() it incorrectly > >initializes CQ context instead of modifying it. This > >might lead to a crash when CQ context is modified > >as a pa