Re: [PATCH v4] ethdev: advertise flow restore in mbuf

2023-09-26 Thread Ilya Maximets
On 9/26/23 11:17, David Marchand wrote: > Hello Ilya, > > On Mon, Jul 31, 2023 at 10:40 PM Ilya Maximets wrote: >> On 6/21/23 16:43, David Marchand wrote: >>> As reported by Ilya [1], unconditionally calling >>> rte_flow_get_restore_info() impacts an application performance for drivers >>> that d

Re: [PATCH v4] ethdev: advertise flow restore in mbuf

2023-09-26 Thread David Marchand
Hello Ilya, On Mon, Jul 31, 2023 at 10:40 PM Ilya Maximets wrote: > On 6/21/23 16:43, David Marchand wrote: > > As reported by Ilya [1], unconditionally calling > > rte_flow_get_restore_info() impacts an application performance for drivers > > that do not provide this ops. > > It could also impac

Re: [PATCH v4] ethdev: advertise flow restore in mbuf

2023-07-31 Thread Ilya Maximets
On 6/21/23 16:43, David Marchand wrote: > As reported by Ilya [1], unconditionally calling > rte_flow_get_restore_info() impacts an application performance for drivers > that do not provide this ops. > It could also impact processing of packets that require no call to > rte_flow_get_restore_info()

Re: [PATCH v4] ethdev: advertise flow restore in mbuf

2023-06-21 Thread Ferruh Yigit
On 6/21/2023 3:43 PM, David Marchand wrote: > As reported by Ilya [1], unconditionally calling > rte_flow_get_restore_info() impacts an application performance for drivers > that do not provide this ops. > It could also impact processing of packets that require no call to > rte_flow_get_restore_inf

[PATCH v4] ethdev: advertise flow restore in mbuf

2023-06-21 Thread David Marchand
As reported by Ilya [1], unconditionally calling rte_flow_get_restore_info() impacts an application performance for drivers that do not provide this ops. It could also impact processing of packets that require no call to rte_flow_get_restore_info() at all. Register a dynamic mbuf flag when an appl