net/mlx5e: Add refcount to VXLAN structure
[linux-2.6-block.git] / drivers / net / ethernet / mellanox / mlx5 / core / vxlan.h
index 5def12c048e38992e7edd9f870233e369ef4580e..5ef6ae7d568abcd1410bc403b526628a634799cb 100644 (file)
@@ -36,6 +36,7 @@
 #include "en.h"
 
 struct mlx5e_vxlan {
+       atomic_t refcount;
        u16 udp_port;
 };