Re: [PATCH 00/11] Add basic flow support for corenic firmware

2023-11-07 Thread Patrick Robb
On Tue, Nov 7, 2023 at 3:19 PM Ferruh Yigit wrote: > > I am also not sure if this is the common usecase, lets record the need, > we can decide what to support based on it. > > > And as a generic approach, what about following syntax: > Recheck-request,attribute=value: ... > > And for above case,

Re: [PATCH 00/11] Add basic flow support for corenic firmware

2023-11-07 Thread Ferruh Yigit
On 11/7/2023 5:04 PM, Patrick Robb wrote: > Sorry, now I understand what is causing confusion. When a retest is > requested, that retest is done on the original dpdk artifact we created > for the patchseries. We don't pull again, re-apply, and then rerun the > testing. I think that is the behavior

Re: [PATCH 00/11] Add basic flow support for corenic firmware

2023-11-07 Thread Patrick Robb
Sorry, now I understand what is causing confusion. When a retest is requested, that retest is done on the original dpdk artifact we created for the patchseries. We don't pull again, re-apply, and then rerun the testing. I think that is the behavior you were expecting, Ferruh. We have discussed whe

Re: [PATCH 00/11] Add basic flow support for corenic firmware

2023-11-07 Thread Patrick Robb
Recheck-request: iol-compile-amd64-testing, iol-unit-amd64-testing Weird. I will dig up the original job which polled for the previous retest request, and see whether this new one runs through properly.

RE: [PATCH 00/11] Add basic flow support for corenic firmware

2023-11-07 Thread Chaoyong He
> On 11/7/2023 1:42 AM, Chaoyong He wrote: > >> On 11/3/2023 6:25 AM, Chaoyong He wrote: > >>> Add the very basic rte_flow support for corenic firmware. > >>> > >>> Chaoyong He (11): > >>> net/nfp: move some source files > >>> drivers: add the structures and functions for flow offload > >>> n

Re: [PATCH 00/11] Add basic flow support for corenic firmware

2023-11-07 Thread Ferruh Yigit
On 11/7/2023 1:42 AM, Chaoyong He wrote: >> On 11/3/2023 6:25 AM, Chaoyong He wrote: >>> Add the very basic rte_flow support for corenic firmware. >>> >>> Chaoyong He (11): >>> net/nfp: move some source files >>> drivers: add the structures and functions for flow offload >>> net/nfp: add the

RE: [PATCH 00/11] Add basic flow support for corenic firmware

2023-11-06 Thread Chaoyong He
> On 11/3/2023 6:25 AM, Chaoyong He wrote: > > Add the very basic rte_flow support for corenic firmware. > > > > Chaoyong He (11): > > net/nfp: move some source files > > drivers: add the structures and functions for flow offload > > net/nfp: add the control message channel > > net/nfp: sup

Re: [PATCH 00/11] Add basic flow support for corenic firmware

2023-11-03 Thread Ferruh Yigit
On 11/3/2023 6:25 AM, Chaoyong He wrote: > Add the very basic rte_flow support for corenic firmware. > > Chaoyong He (11): > net/nfp: move some source files > drivers: add the structures and functions for flow offload > net/nfp: add the control message channel > net/nfp: support flow API f

Re: [PATCH 00/11] Add basic flow support for corenic firmware

2023-11-03 Thread Ferruh Yigit
On 11/3/2023 6:25 AM, Chaoyong He wrote: > Add the very basic rte_flow support for corenic firmware. > > Chaoyong He (11): > net/nfp: move some source files > drivers: add the structures and functions for flow offload > net/nfp: add the control message channel > net/nfp: support flow API f

[PATCH 00/11] Add basic flow support for corenic firmware

2023-11-02 Thread Chaoyong He
Add the very basic rte_flow support for corenic firmware. Chaoyong He (11): net/nfp: move some source files drivers: add the structures and functions for flow offload net/nfp: add the control message channel net/nfp: support flow API for CoreNIC firmware net/nfp: support Ethernet flow it