[dpdk-dev] [PATCH] PCAP PMD fix: pcap_rx_queue/pcap_tx_queue should store it's own copy of name/type values

Thomas Monjalon thomas.monjalon at 6wind.com
Tue May 12 12:30:37 CEST 2015


> > pcap_rx_queue/pcap_tx_queue should store it's own copy of name/type
> > values, not the pointer to temporary allocated space.
> > 
> > Signed-off-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
> 
> Acked-by: John Mcnamara <john.mcnamara at intel.com>

Applied, thanks

Please note the new name for this commit:
	pcap: fix storage of name and type in queues
It begins with the lowercase name of the PMD,
then a verb in imperative form and a short summary.
The verb should be "fix" in case of fixes.
Ideally, the bug (and its consequences) should be explained below.

https://github.com/erlang/otp/wiki/Writing-good-commit-messages


More information about the dev mailing list