On Fri, Jul 15, 2016 at 12:11:30PM +0200, Charles-Antoine Couret wrote:
Hello,
It's my 4rd patch set for this feature.
Thanks to comment my work. :)
Hi Charles-Antoine
The above comment should go into patch 0/4. git format-patch --cover
will generate you a template cover note.
+#define ADVERTISE_PAUSE_FIBER 0x180
+#define ADVERTISE_PAUSE_ASYM_FIBER 0x100
+
+#define REGISTER_LINK_STATUS 0x400
+#define NB_FIBER_STATS 1
This last define goes into the next patch.
Otherwise, this is looking good.
Andrew