Thread (21 messages) flat view 21 messages, 6 authors, 2017-01-19

Re: [PATCH net-next 6/9] net/mlx4_en: Adding support of turning off link autonegotiation via ethtool

From: Or Gerlitz <hidden>
Date: 2017-01-16 21:48:19

On Mon, Jan 16, 2017 at 7:30 PM, Tariq Toukan [off-list ref] wrote:
0644
quoted hunk ↗ jump to hunk
--- a/include/linux/mlx4/device.h
+++ b/include/linux/mlx4/device.h
@@ -1539,8 +1539,13 @@ enum mlx4_ptys_proto {
        MLX4_PTYS_EN = 1<<2,
 };

+enum mlx4_ptys_flags {
+       MLX4_PTYS_AN_DISABLE_CAP   = 1 << 5,
+       MLX4_PTYS_AN_DISABLE_ADMIN = 1 << 6,
+};
+
 struct mlx4_ptys_reg {
-       u8 resrvd1;
+       u8 flags;
        u8 local_port;
        u8 resrvd2;
        u8 proto_mask;
Hi Ariel,

I didn't see any new dev cap bit, what happens with FW version which
don't support this, is the result well defined? what is it?

Or.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help