aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Expand)AuthorFilesLines
2023-01-17feat(model): Simplify logicpmikus1-6/+2
2022-06-30style(tox): prepare for fixer scriptsVratko Polak1-15/+15
2022-01-25fix(core): topology files, toxPeter Mikus1-5/+0
2021-12-15Tox: Add checker for CSIT model versionVratko Polak1-1/+5
2021-08-20Tox: Remove obsolete checkerspmikus1-13/+1
2021-08-19vpp_device: Multiple NICs (suitegen)pmikus1-0/+1
2021-04-20tox: Add job-spec checkerTibor Frank1-2/+6
2021-01-20Tox: Improve tox.iniVratko Polak1-15/+26
2020-12-09Tox: Add GPL license checkerVratko Polak1-2/+7
2020-07-06Update TODOs for toxVratko Polak1-1/+2
2020-02-21Tox: Add copyright year tox checkerVratko Polak1-3/+8
2020-01-31Tox: Sort items and add comments on sort criterionVratko Polak1-17/+22
2019-11-29Python3: PIP requirementPeter Mikus1-2/+2
2019-08-16TOX: Make tc_naming voting.Peter Mikus1-2/+1
2019-08-15TOX: DOC verifyPeter Mikus1-1/+8
2019-08-14DO_NOT_MERGE CSIT-1194 - Framework easy pylint improvementsMiroslav Los1-0/+1
2019-07-31TOX: Coverage checkPeter Mikus1-1/+6
2019-07-19TOX: Naming conventionsPeter Mikus1-1/+6
2019-07-02Replace license checker with global noticesVratko Polak1-5/+1
2019-06-28Add copyright checker to toxVratko Polak1-5/+7
2019-04-08Upgrade autogen to NICs and search typesVratko Polak1-0/+2
2019-03-21Update and reorder tox.ini TODOsVratko Polak1-3/+3
2019-03-20Add tox checker for lengths of new lines onlyVratko Polak1-11/+14
2019-02-27Add tox.ini and few checker scriptsVratko Polak1-0/+70
pan>&pm->lock); return; } while (1) { u32 copy_length = clib_min ((u32) n_left, b->current_length); clib_memcpy (d, b->data + b->current_data, copy_length); n_left -= b->current_length; if (n_left <= 0) break; d += b->current_length; ASSERT (b->flags & VLIB_BUFFER_NEXT_PRESENT); b = vlib_get_buffer (vm, b->next_buffer); } if (pm->n_packets_captured >= pm->n_packets_to_capture) mpcap_close (pm); clib_spinlock_unlock_if_init (&pm->lock); } #endif /* included_vnet_mpcap_h */ /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */