18/07/2019 08:24, Nicolas Chautru: > Some machine (like on dpdk.org) may fail to build the prog guide PDF because > of the complex table inserted in the bbdev chapter. > > Fixes: 3f3f608142cf ("doc: update bbdev guide for 5GNR operations") > > Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com> > --- > --- a/doc/guides/prog_guide/bbdev.rst > +++ b/doc/guides/prog_guide/bbdev.rst > -+----------------+------------+-------------------------------------------------------+ > -| |c |number of CBs in the TB or partial TB > | > -+----------------+------------+-------------------------------------------------------+ > -| |r |index of the first CB in the inbound mbuf > data | > -+----------------+------------+-------------------------------------------------------+ > -+ +c_ab +number of CBs that use Ea before switching to > Eb | > -+----------------+------------+-------------------------------------------------------+ > ++----------------+--------------------------------------------------------------------+ > +|c |number of CBs in the TB or partial TB > | > ++----------------+--------------------------------------------------------------------+ > +|r |index of the first CB in the inbound mbuf data > | > ++----------------+--------------------------------------------------------------------+ > ++c_ab +number of CBs that use Ea before switching to Eb > | > ++----------------+--------------------------------------------------------------------+
Actually the problem is still here: the table line is "+" instead of "|". I'll fix it, keeping the original format.