Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21518a6e authored by Ido Schimmel's avatar Ido Schimmel Committed by David S. Miller
Browse files

rocker: enable support for scattered packets



rocker supports the transmission of scattered packets, so let the kernel
know about it by setting the NETIF_F_SG bit in the device's features.

Signed-off-by: default avatarIdo Schimmel <idosch@mellanox.com>
Signed-off-by: default avatarJiri Pirko <jiri@resnulli.us>
Acked-by: default avatarScott Feldman <sfeldma@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ba7591d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4970,7 +4970,7 @@ static int rocker_probe_port(struct rocker *rocker, unsigned int port_number)
		       NAPI_POLL_WEIGHT);
	rocker_carrier_init(rocker_port);

	dev->features |= NETIF_F_NETNS_LOCAL;
	dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_SG;

	err = register_netdev(dev);
	if (err) {