Bug 182512 - ixgbetool: Flow Director configuration tool for ixgbe(4)
Summary: ixgbetool: Flow Director configuration tool for ixgbe(4)
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-net (Nobody)
URL:
Keywords: IntelNetworking
Depends on:
Blocks:
 
Reported: 2013-09-30 13:10 UTC by Takuya ASADA
Modified: 2021-05-14 22:30 UTC (History)
3 users (show)

See Also:


Attachments
file.diff (21.56 KB, patch)
2013-09-30 13:10 UTC, Takuya ASADA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ?