]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Make note of interface MTU change if the rx queues exist, and not just
authorNavdeep Parhar <np@FreeBSD.org>
Thu, 4 Jul 2013 21:19:01 +0000 (21:19 +0000)
committerNavdeep Parhar <np@FreeBSD.org>
Thu, 4 Jul 2013 21:19:01 +0000 (21:19 +0000)
commit6eb3180fb29ecd49c35559ab0af16211c2026e92
treeb76067fbe3b501a3e623074eca660693d91888b9
parentf8bf74f232252ad22e499b12b9b23fc3729abc68
- Make note of interface MTU change if the rx queues exist, and not just
  when the interface is up.
- Add a tunable to control the TOE's rx coalesce feature (enabled by
  default as it always has been).  Consider the interface MTU or the
  coalesce size when deciding which cluster zone to use to fill the
  offload rx queue's free list.  The tunable is:
  dev.{t4nex,t5nex}.<N>.toe.rx_coalesce

MFC after: 1 day
sys/dev/cxgbe/adapter.h
sys/dev/cxgbe/offload.h
sys/dev/cxgbe/t4_main.c
sys/dev/cxgbe/t4_sge.c
sys/dev/cxgbe/tom/t4_connect.c
sys/dev/cxgbe/tom/t4_listen.c