RE: [RFC PATCH v2] ethdev: advertise flow restore in mbuf

2023-06-20 Thread Ali Alnubani
ing Mou ; David Christensen > ; Ruifeng Wang ; Bruce > Richardson ; Konstantin Ananyev > ; Andrew Rybchenko > ; Ferruh Yigit > Subject: [RFC PATCH v2] ethdev: advertise flow restore in mbuf > > As reported by Ilya [1], unconditionally calling > rte_flow_get_restore_info() impacts a

RE: [RFC PATCH v2] ethdev: advertise flow restore in mbuf

2023-06-19 Thread Slava Ovsiienko
ybchenko > ; Ferruh Yigit > Subject: [RFC PATCH v2] ethdev: advertise flow restore in mbuf > > 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

Re: [RFC PATCH v2] ethdev: advertise flow restore in mbuf

2023-06-19 Thread Andrew Rybchenko
On 6/15/23 16:47, 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() at all.

[RFC PATCH v2] ethdev: advertise flow restore in mbuf

2023-06-15 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