Re: [PATCH net-next v4 10/14] sfc: implement filters for receiving traffic

From: Gautam Dawar
Date: Mon Apr 10 2023 - 02:25:40 EST



On 4/8/23 08:51, Jakub Kicinski wrote:
Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding.


On Fri, 7 Apr 2023 13:40:11 +0530 Gautam Dawar wrote:
Implement unicast, broadcast and unknown multicast
filters for receiving different types of traffic.
drivers/net/ethernet/sfc/ef100_vdpa.h:137: warning: Function parameter or member 'spec' not described in 'ef100_vdpa_filter'

Mistakenly mentioned data type instead of the member name. Will fix.

Thanks