Bug 182512

Summary: ixgbetool: Flow Director configuration tool for ixgbe(4)
Product: Base System Reporter: Takuya ASADA <syuu>
Component: kernAssignee: freebsd-net (Nobody) <net>
Status: Open ---    
Severity: Affects Only Me CC: hiren, ozkan.kirik, sergey
Priority: Normal Keywords: IntelNetworking
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Takuya ASADA freebsd_committer freebsd_triage 2013-09-30 13:10:00 UTC
This patch provides a configuration tool for "Ethernet Flow Director", which is ixgbe(4) feature which assigns specific flow to specific RX queue.

Here're usage of ixgbetool:
- add a filter
ixgbetool ix0 add_sig_filter tcpv4 10.1.0.1 34763 10.1.0.2 22 3
- show filters
ixgbetool ix0 show_sig_filter
- del a filter
ixgbetool ix0 del_sig_filter 1

Also, character device(/dev/ix*) and ioctls are added on ixgbe(4) to communicate with ixgbetool.

Fix: Patch attached with submission follows:
Comment 1 Sean Bruno freebsd_committer freebsd_triage 2014-09-22 01:38:14 UTC
Let me grab this, and throw it up on reviews.  This is super interesting.
Comment 2 Sean Bruno freebsd_committer freebsd_triage 2014-09-22 01:44:30 UTC
Hiren:

This is what we were talking about no?
Comment 3 Sean Bruno freebsd_committer freebsd_triage 2014-09-22 02:06:51 UTC
https://reviews.freebsd.org/D806

Phabricator review.
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2018-05-28 19:43:34 UTC
batch change:

For bugs that match the following
-  Status Is In progress 
AND
- Untouched since 2018-01-01.
AND
- Affects Base System OR Documentation

DO:

Reset to open status.


Note:
I did a quick pass but if you are getting this email it might be worthwhile to double check to see if this bug ought to be closed.
Comment 5 Ozkan KIRIK 2019-04-01 15:37:57 UTC
Is it possible to wake up this project ?