> -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, January 16, 2018 6:45 PM > To: Richardson, Bruce <bruce.richard...@intel.com>; Mcnamara, John > <john.mcnam...@intel.com>; Kovacevic, Marko <marko.kovace...@intel.com> > Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; Varghese, Vipin > <vipin.vargh...@intel.com>; Glynn, Michael J <michael.j.gl...@intel.com> > Subject: [PATCH] doc: update pcap documentation > > Add note about PMD expects the network interfaces provided to be up, > documented behavior to set expectations right. > > Also added minor fix. > >... > > +Notes > +^^^^^ > + > +The network interface provided to the PMD should be up, PMD will return > +an error if interface is down, and PMD itself won't change the status of > the external network interface.
It would probably be a little better as an RST note directive, as used elsewhere in the doc. Like this: .. note:: The network interface provided to the PMD should be up. The PMD will return an error if interface is down, and the PMD itself won't change the status of the external network interface. But it isn't a big issue so: Acked-by: John McNamara <john.mcnam...@intel.com>