On Tue, May 28, 2024 at 03:48:37PM +0200, Alexander Lobakin wrote:
> Currently, sizeof(struct idpf_queue) is 32 Kb.
> This is due to the 12-bit hashtable declaration at the end of the queue.
> This HT is needed only for Tx queues when the flow scheduling mode is
> enabled. But &idpf_queue is unifie
+ Dan Carpenter
On Tue, May 28, 2024 at 03:48:46PM +0200, Alexander Lobakin wrote:
> idpf uses Page Pool for data buffers with hardcoded buffer lengths of
> 4k for "classic" buffers and 2k for "short" ones. This is not flexible
> and does not ensure optimal memory usage. Why would you need 4k buff
On Sat, Jun 01, 2024 at 12:24:14AM +, Keller, Jacob E wrote:
>
>
> > -Original Message-
> > From: Zaki, Ahmed
> > Sent: Friday, May 31, 2024 8:48 AM
> > To: Simon Horman
> > Cc: intel-wired-...@lists.osuosl.org; net...@vger.kernel.org; Keller, Jacob
> > E
> > ; Nguyen, Anthony L ;
On Thu, May 30, 2024 at 10:21:31PM +0800, Ricky Wu wrote:
> A bug in https://bugzilla.kernel.org/show_bug.cgi?id=218906 describes
> that irdma would break and report hardware initialization failed after
> suspend/resume with Intel E810 NIC (tested on 6.9.0-rc5).
>
> The problem is caused due to th