On Mon, 7 Apr 2025 16:35:40 +0300 Cosmin Ratiu wrote: > @@ -424,10 +424,10 @@ static struct xfrm_state > *ixgbe_ipsec_find_rx_state(struct ixgbe_ipsec *ipsec, > * This copies the protocol keys and salt to our own data tables. The > * 82599 family only supports the one algorithm. > **/ > -static int ixgbe_ipsec_parse_proto_keys(struct xfrm_state *xs, > +static int ixgbe_ipsec_parse_proto_keys(struct net_device *dev, > + struct xfrm_state *xs, > u32 *mykey, u32 *mysalt)
nit: you missed a few kdoc changes in this patch -- pw-bot: cr
