Re: [PATCH] net/cnxk: fix TAG read data offset

2023-10-04 Thread Jerin Jacob
On Thu, Sep 28, 2023 at 6:16 PM wrote: > > From: Pavan Nikhilesh > > The workslot structure elements were shuffled around to maintain > uniformity between CN9K and CN10K which moved the TAG data offset > from first dword to third dword. > > Fixes: 182767f70ef2 ("event/cnxk: add event port flow co

[PATCH] net/cnxk: fix TAG read data offset

2023-09-28 Thread pbhagavatula
From: Pavan Nikhilesh The workslot structure elements were shuffled around to maintain uniformity between CN9K and CN10K which moved the TAG data offset from first dword to third dword. Fixes: 182767f70ef2 ("event/cnxk: add event port flow context APIs") Signed-off-by: Pavan Nikhilesh --- Plea