Hi Parav
> +For the \field{type} of VIRTIO_NET_FF_ETH_HDR, header fields
> +are represented by a bitmap in \field{fields_bmap} are following:
> +
> +\begin{tabular}{|l|l|l|}
> +\hline
> +Bit & Name & Description \\
> +\hline \hline
> +0 & VIRTIO_NET_FF_DST_MAC & Destination MAC address in the packet \\
> +\hline
> +1 & VIRTIO_NET_FF_SRC_MAC & Source MAC address in the packet \\
> +\hline
> +2 & VIRTIO_NET_FF_ETHER_TYPE & Ether type in the packet \\
> +\hline
> +\end{tabular}
How about vlan ? if a filter selects ETHER_TYPE as vlan (0x8100),
How to then match the vlanid ? I believe I mentioned this in
last series as well.
Regards
Satananda