Thread (33 messages) flat view 33 messages, 6 authors, 2023-07-26

Re: [RFC 09/12] eth: bnxt: use the page pool for data pages

From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-07-10 17:04:14

On Sun, 9 Jul 2023 21:22:50 -0700 Michael Chan wrote:
quoted
-       if (BNXT_RX_PAGE_MODE(bp)) {
+       if (PAGE_SIZE <= BNXT_RX_PAGE_SIZE || BNXT_RX_PAGE_MODE(bp)) {  
We have a very similar set of patches from my colleague Somnath to
support page pool and it supports PAGE_SIZE >= BNXT_RX_PAGE_SIZE in a
more unified way.  So here, we don't have to deal with the if/else
condition. I should be able to post the patches later in the week
after some more QA.
I should have made it clearer, I'm testing with bnxt because of HW
availability but I have no strong need to get the bnxt bits merged
if it conflicts with your work.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help