[Differential] [Commented On] D1986: Teach lagg(4) to change MTU

hrs (Hiroki Sato) phabric-noreply at FreeBSD.org
Mon Oct 19 06:21:16 UTC 2015


hrs added a subscriber: hrs.
hrs added a comment.

It is true that this LOR is driver-specific but calling SIOCSIFMTU after acquiring a lock in lagg ioctl is not always safe.  Change of lladdr suffers from the same situation and it was solved by using an asynchronous task queue to update addresses on each port.  What do you think about piggybacking an MTU change to the queue by extending struct lagg_llq to a more generic one which makes it possible to handle per-port properties?


REPOSITORY
  rS FreeBSD src repository

REVISION DETAIL
  https://reviews.freebsd.org/D1986

EMAIL PREFERENCES
  https://reviews.freebsd.org/settings/panel/emailpreferences/

To: rpokala-panasas.com, rstone
Cc: hrs, sbruno, lakshmi.n_msystechnologies.com, emaste, ae, freebsd-net-list


More information about the freebsd-net mailing list