From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/5] Support virtio multicast feature Date: Wed, 12 Nov 2014 00:16:41 +0100 Message-ID: <20823298.IzMeYNyBN7@xps13> References: <1414732757-7241-1-git-send-email-changchun.ouyang@intel.com> <1415420776-4821-1-git-send-email-changchun.ouyang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Ouyang Changchun Return-path: In-Reply-To: <1415420776-4821-1-git-send-email-changchun.ouyang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > -V1 change: > This patch series support multicast feature in virtio and vhost. > The vhost backend enables the promiscuous mode and config ETH_VMDQ_ACCEPT_BROADCAST > and ETH_VMDQ_ACCEPT_MULTICAST in VMDQ offload register to receive the multicast and broadcast packets. > The virtio frontend provides the functionality of enabling and disabling the multicast and > promiscuous mode. > > -V2 change: > Rework the patch basing on new vhost library and new vhost application. > > -V3 change: > Rework the patch for comments, split commits. > > -V4 change: > Rework for refining code comment and patch titles, fatorizing codes, and resolving conflicts. > > Changchun Ouyang (5): > ethdev: Add vmdq rx mode > igb: Config VM offload register > ixgbe: Configure Rx mode for VMDQ > virtio: Support promiscuous and allmulticast > vhost: Enable promisc mode and multicast I reviewed only the first 3 commits. The virtio and vhost commits seem to have been reviewed by Huawei. Next times, a clear acked-by would be preferable. Please note that this is the role of developpers to request reviews when needed. Reviews are not always spontaneous :) Applied Thanks -- Thomas