Re: [PATCH v3] net/enic: support max descriptors allowed by adapter

2022-01-28 Thread Ferruh Yigit
On 1/27/2022 7:10 PM, John Daley wrote: Newer VIC adapters have the max number of supported RX and TX descriptors in their configuration. Use these values as the maximums. Signed-off-by: John Daley Reviewed-by: Hyong Youb Kim --- v3: add line just below so 0-day bot applies dependency Depends-

[PATCH v3] net/enic: support max descriptors allowed by adapter

2022-01-27 Thread John Daley
Newer VIC adapters have the max number of supported RX and TX descriptors in their configuration. Use these values as the maximums. Signed-off-by: John Daley Reviewed-by: Hyong Youb Kim --- v3: add line just below so 0-day bot applies dependency Depends-on: patch-105799 ("net/enic: update VIC fi