[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2f53087a-3c71-4844-a5e7-9d01dae0d6e9@intel.com>
Date: Thu, 31 Jul 2025 09:17:51 -0700
From: Jacob Keller <jacob.e.keller@...el.com>
To: Michal Kubiak <michal.kubiak@...el.com>
CC: <intel-wired-lan@...ts.osuosl.org>, <maciej.fijalkowski@...el.com>,
<aleksander.lobakin@...el.com>, <larysa.zaremba@...el.com>,
<netdev@...r.kernel.org>, <przemyslaw.kitszel@...el.com>,
<anthony.l.nguyen@...el.com>
Subject: Re: [Intel-wired-lan] [PATCH iwl-next 2/3] ice: drop page splitting
and recycling
On 7/31/2025 8:56 AM, Michal Kubiak wrote:
> On Mon, Jul 07, 2025 at 03:48:36PM -0700, Jacob Keller wrote:
>>
>>
>> On 7/4/2025 9:18 AM, Michal Kubiak wrote:
>>> @@ -1100,14 +994,10 @@ static void ice_put_rx_mbuf(struct ice_rx_ring *rx_ring, struct xdp_buff *xdp,
>>> for (i = 0; i < post_xdp_frags; i++) {
>>> buf = &rx_ring->rx_buf[idx];
>>>
>>> - if (verdict & (ICE_XDP_TX | ICE_XDP_REDIR)) {
>>> - ice_rx_buf_adjust_pg_offset(buf, xdp->frame_sz);
>>> + if (verdict & (ICE_XDP_TX | ICE_XDP_REDIR))
>>> *xdp_xmit |= verdict;
>>> - } else if (verdict & ICE_XDP_CONSUMED) {
>>> + else if (verdict & ICE_XDP_CONSUMED)
>>> buf->pagecnt_bias++;
>>
>> Why do we still keep pagecnt_bias++ here?
>
> My mistake. You're right - as I checked, we never use pagecnt_bias after
> applying this patch.
> I will remove pagecnt_bias completely in v2.
>
> Thanks,
> Michal
>
I think Olek was also aware of this, but please make sure the v2 has
fixed the errors with 9K MTU as well :D
Download attachment "OpenPGP_signature.asc" of type "application/pgp-signature" (237 bytes)
Powered by blists - more mailing lists