From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Medvedkin Subject: VM L2 control register (PFVML2FLT) configuring in VMDQ mode Date: Mon, 24 Mar 2014 18:40:58 +0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 To: "dev-VfR2kkLFssw@public.gmane.org" Return-path: 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" Hi all, I found that there is no way to configure pool behavior, for example accept broadcasts, in VMDQ mode. For SR-IOV there is rte_eth_dev_set_vf_rxmode(), but according to datasheet it doesn't matter whether the 82599's virtual environment operates in IOV mode or in Next Generation VMDq mode. So, we have 2 paths: either make single function by removing from rte_eth_dev_set_vf_rxmode() checking pool(or vf) number against dev_info.max_vfs or make similar function for vmdq mode. What is the best?