Re: [PATCH net, 1/3] net: mana: Fix TX CQE error handling

2023-09-28 Thread Simon Horman
On Fri, Sep 29, 2023 at 07:47:57AM +0200, Simon Horman wrote: > On Sat, Sep 23, 2023 at 06:31:45PM -0700, Haiyang Zhang wrote: > > For an unknown TX CQE error type (probably from a newer hardware), > > still free the SKB, update the queue tail, etc., otherwise the > > accounting will be wrong. > >

Re: [PATCH net, 2/3] net: mana: Fix the tso_bytes calculation

2023-09-28 Thread Simon Horman
On Sat, Sep 23, 2023 at 06:31:46PM -0700, Haiyang Zhang wrote: > sizeof(struct hop_jumbo_hdr) is not part of tso_bytes, so remove > the subtraction from header size. > > Cc: sta...@vger.kernel.org > Fixes: bd7fc6e1957c ("net: mana: Add new MANA VF performance counters for > easier

Re: [PATCH net, 1/3] net: mana: Fix TX CQE error handling

2023-09-28 Thread Simon Horman
On Sat, Sep 23, 2023 at 06:31:45PM -0700, Haiyang Zhang wrote: > For an unknown TX CQE error type (probably from a newer hardware), > still free the SKB, update the queue tail, etc., otherwise the > accounting will be wrong. > > Also, TX errors can be triggered by injecting corrupted packets, so

Re: [Patch v6 0/5] RDMA/mana_ib

2023-09-28 Thread Jason Gunthorpe
On Fri, Sep 15, 2023 at 11:24:25AM -0700, sharmaa...@linuxonhyperv.com wrote: > From: Ajay Sharma > > Change from v5: > Use xarray for qp lookup. this series is malformed somehow, it does not appear in patchworks Jason